Uses of Class
edu.claflin.finder.algo.edgebetweennessutils.Predicates.ObjectPredicate
-
Packages that use Predicates.ObjectPredicate Package Description edu.claflin.finder.algo.edgebetweennessutils -
-
Uses of Predicates.ObjectPredicate in edu.claflin.finder.algo.edgebetweennessutils
Methods in edu.claflin.finder.algo.edgebetweennessutils that return Predicates.ObjectPredicate Modifier and Type Method Description static Predicates.ObjectPredicatePredicates.ObjectPredicate. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Predicates.ObjectPredicate[]Predicates.ObjectPredicate. values()Returns an array containing the constants of this enum type, in the order they are declared.
-